From: Jim Blandy Date: Wed, 19 May 1993 04:27:16 +0000 (+0000) Subject: Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96174 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3d24868836b773b9a698eb1f34e3903462f14843;p=emacs.git Doc fix. --- diff --git a/src/keymap.c b/src/keymap.c index d6b9468cae4..6f3cd35b872 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -75,9 +75,9 @@ Lisp_Object Vfunction_key_map; Lisp_Object Qkeymapp, Qkeymap, Qnon_ascii; -/* A char over 0200 in a key sequence - is equivalent to prefixing with this character. */ - +/* A char with the CHAR_META bit set in a vector or the 0200 bit set + in a string key sequence is equivalent to prefixing with this + character. */ extern Lisp_Object meta_prefix_char; void describe_map_tree ();